Skip to content

Conversation

@eth3lbert
Copy link
Contributor

Previously, if categories and keywords of crate had existing values, they would be cleared from query results if those value returned null. This caused issues when crate was peeked from the store. This commit detects null values and ignores the fields instead of updating them.

Fixes #10711 .

@eth3lbert eth3lbert added C-bug 🐞 Category: unintended, undesired behavior A-frontend 🐹 labels Feb 28, 2025
@eth3lbert eth3lbert force-pushed the fix-crate-serializer branch from c19467e to 147d5da Compare February 28, 2025 10:50
@eth3lbert eth3lbert force-pushed the fix-crate-serializer branch from 147d5da to 521fa42 Compare February 28, 2025 10:56
@eth3lbert
Copy link
Contributor Author

those failures in CI seem unrelated to this PR.

…ared

Previously, if `categories` and `keywords` of `crate` had existing
values, they would be cleared from query results if those value
returned null. This caused issues when `crate` was peeked from the
store. This commit detects null values and ignores the fields instead of
updating them.
@Turbo87 Turbo87 force-pushed the fix-crate-serializer branch from 521fa42 to e68f24a Compare February 28, 2025 17:09
@Turbo87 Turbo87 merged commit 1df179c into rust-lang:main Feb 28, 2025
11 checks passed
@eth3lbert eth3lbert deleted the fix-crate-serializer branch February 28, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-frontend 🐹 C-bug 🐞 Category: unintended, undesired behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tags are not displayed when navigating from Crate -> Tag -> Same Crate

2 participants